body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.welcome_section {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35) 20%, rgba(0, 0, 0, .16)), url('../images/ThinkstockPhotos-483449288.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35) 20%, rgba(0, 0, 0, .16)), url('../images/ThinkstockPhotos-483449288.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.story_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.recipes_section {
  height: 670px;
  padding-top: 250px;
  background-image: url('../images/ThinkstockPhotos-490588874.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.menu_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spices_section {
  position: static;
  z-index: 10;
  height: 670px;
  padding-top: 250px;
  background-image: url('../images/ThinkstockPhotos-478134647.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.delight_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.oreder_section {
  position: relative;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, .9);
}

.contacts_section {
  position: relative;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, .95);
}

.wide_container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.welcome_text_1 {
  margin-top: 0px;
  padding-top: 37%;
  font-family: 'Marck Script', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 57px;
  text-align: center;
}

.title_cafe {
  margin-top: 10px;
  margin-bottom: -5px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 85px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.spacer {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  opacity: 1;
}

.welcome_text_2 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.top_navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, .29);
  opacity: 1;
}

.top_nav_link {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-weight: 700;
}

.top_nav_link:hover {
  color: #aa4141;
}

.top_nav_link.w--current {
  color: #fff;
}

.top_nav_link.black {
  color: #000;
}

.top_nav_link.black:hover {
  color: #d19b6f;
}

.logo_text {
  margin-left: 15px;
  padding-top: 18px;
  padding-bottom: 3px;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #aa4141;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;
}

.logo_text.black_logo {
  color: #000;
}

.logo_text.white {
  margin-left: 0px;
}

.gold_text {
  color: #d19b6f;
}

.top_menu_container {
  max-width: 1200px;
}

.down_arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 55px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.story_row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
}

.gold_header {
  margin-top: 25px;
  padding-top: 0px;
  font-family: 'Marck Script', sans-serif;
  color: #aa4141;
  font-size: 57px;
  font-weight: 400;
  text-align: center;
}

.blaack_header {
  margin-top: -15px;
  color: #333;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0px;
  text-transform: none;
}

.blaack_header.recipes {
  color: #fff;
}

.link_1 {
  display: block;
  width: 120px;
  margin: 30px auto;
  border-bottom: 2px solid #d19b6f;
  color: #d19b6f;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link_1.menu {
  width: 120px;
}

.link_1.oreder {
  width: 120px;
  margin-bottom: 0px;
}

.story_image {
  position: static;
  z-index: 0;
  display: block;
  overflow: visible;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.story_column_1 {
  left: 0px;
  top: 0px;
  padding-top: 50px;
}

.white_header {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.menu_row {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.menu_image {
  display: inline-block;
  height: auto;
  min-height: 173px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.menu_column_2 {
  padding-top: 30px;
}

.dekigth_row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.order_title {
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.order_form {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.title_form {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.call_me {
  color: #fff;
  font-size: 16px;
}

.order_button {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  border: 1px solid #d19b6f;
  border-radius: 5px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #d19b6f;
}

.order_button:hover {
  background-color: #d19b6f;
  color: #000;
}

.complite_order {
  margin-top: 60px;
  padding: 0px;
  border: 1px solid #d19b6f;
  border-radius: 5px;
  background-color: transparent;
}

.complite_message {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
}

.up_arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contacts_row {
  display: block;
  max-width: 700px;
  margin: 20px auto 30px;
}

.contacts_phone {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: right;
}

.contacts_adress {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.copyright {
  margin-top: 25px;
  color: #fff;
  text-align: center;
}

.map {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.top_navbar_2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: #fff;
}

.tan {
  color: #aa4141;
}

.white {
  color: #fff;
}

.page-banner {
  height: 160px;
  padding-top: 75px;
  background-image: url('../images/ThinkstockPhotos-483449288.jpg');
  background-position: 0px -247px;
  background-size: cover;
}

.h1-page {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
}

.page-content {
  padding-top: 66px;
  padding-bottom: 66px;
}

.about-div {
  width: 100%;
  height: 400px;
  background-image: url('../images/ThinkstockPhotos-478134647.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.h2-page {
  font-family: 'Marck Script', sans-serif;
  color: #aa4141;
  font-size: 38px;
}

.page {
  margin-top: 25px;
  text-align: left;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-out-title"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="move-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="move-from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="move-from-right-2"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="move-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media (max-width: 991px) {
  p {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 24px;
  }
  .story_section {
    padding: 30px 15px;
  }
  .recipes_section {
    height: 330px;
    padding-top: 120px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .menu_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .spices_section {
    height: 330px;
    padding-top: 120px;
  }
  .delight_section {
    padding: 30px 15px;
  }
  .welcome_text_1 {
    padding-top: 35%;
  }
  .top_navbar {
    background-color: transparent;
  }
  .top_nav_link {
    float: none;
    background-color: #000;
    text-align: center;
  }
  .gold_header {
    margin-top: 0px;
    padding-top: 30px;
  }
  .link_1.menu {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .story_image {
    height: auto;
    margin-top: 0px;
    padding-top: 41px;
  }
  .story_column_1 {
    height: 400px;
    padding-top: 0px;
  }
  .icon_menu {
    background-image: url('../images/example-bg.png');
    background-size: 125px;
  }
  .menu_row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu_image {
    display: block;
    padding: 10px;
  }
  .menu_column_2 {
    padding-top: 0px;
  }
  .top_navbar_2 {
    display: none;
  }
  .menu_column_1 {
    position: relative;
    left: 0px;
    top: 0px;
    padding-top: 30px;
  }
  .top_menu_icon {
    color: #fff;
    font-size: 41px;
  }
  .top_menu_icon.black {
    margin-bottom: 0px;
    padding-top: 1px;
    color: #000;
  }
  .top_menu_button.w--open {
    background-color: #000;
  }
  .top_nav_box {
    max-height: 300px;
    max-width: 200px;
    margin-top: 77px;
    background-color: transparent;
  }
  .top_nav_box2 {
    max-height: 300px;
    margin-top: 78px;
    background-color: transparent;
  }
  .top_nav_button.w--open {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .welcome_section {
    display: block;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .link_1.oreder {
    margin-bottom: 20px;
  }
  .story_image {
    width: 150px;
    height: auto;
    margin-top: 32px;
    margin-bottom: 10px;
    padding-top: 0px;
    float: none;
  }
  .story_column_1 {
    margin-bottom: -65px;
    padding-bottom: 0px;
  }
  .white_header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .contacts_phone {
    margin-top: 18px;
    text-align: center;
  }
  .contacts_adress {
    text-align: center;
  }
}

